From: Richard M. Stallman Date: Tue, 1 Jun 1993 20:52:15 +0000 (+0000) Subject: (posn-timestamp): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95649 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f415c00c4c629dc9d48ac02d4543b8c4a04d707f;p=emacs.git (posn-timestamp): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index e0da47446b8..c652c8893bc 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -338,7 +338,7 @@ as returned by the `event-start' and `event-end' functions." "Return the timestamp of POSITION. POSITION should be a list of the form (WINDOW BUFFER-POSITION (COL . ROW) TIMESTAMP) -nas returned by the `event-start' and `event-end' functions." +as returned by the `event-start' and `event-end' functions." (nth 3 position))